RewardedAdEventListener

A listener for receiving notifications during the lifecycle of an rewarded ad.

Functions

Link copied to clipboard
abstract fun onAdClicked()

Called when user clicked on the ad.

Link copied to clipboard
abstract fun onAdDismissed()

Called when an rewarded ad has been dismissed.

Link copied to clipboard
abstract fun onAdFailedToShow(adError: AdError)

Called when an rewarded ad failed to show.

Link copied to clipboard
abstract fun onAdImpression(impressionData: ImpressionData?)

Called when an impression was observed

Link copied to clipboard
abstract fun onAdShown()

Called when an rewarded ad has been shown.

Link copied to clipboard
abstract fun onRewarded(reward: Reward)

Called when the user can be rewarded.